Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],Boolean,Double)


In This Topic
    ShapeActionsCommand Constructor(Shape[],Boolean,Double)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawingObjects() As Shape, _
       ByVal isSetWidth As Boolean, _
       Optional ByVal value As Double _
    )
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim isSetWidth As Boolean
    Dim value As Double
     
    Dim instance As New ShapeActionsCommand(drawingObjects, isSetWidth, value)
    public ShapeActionsCommand( 
       Shape[] drawingObjects,
       bool isSetWidth,
       double value
    )

    Parameters

    drawingObjects
    isSetWidth
    value
    See Also